SynchronizationConfigEntry

data class SynchronizationConfigEntry(source: String, method: LiveSynchronizationMethod) : Parcelable

Defines a source and a method to synchronize time with.

Constructors

SynchronizationConfigEntry
Link copied to clipboard
fun SynchronizationConfigEntry(source: String, method: LiveSynchronizationMethod)

Properties

method
Link copied to clipboard
val method: LiveSynchronizationMethod
The synchronization method that should be used.
source
Link copied to clipboard
val source: String
The server that should be used for synchronization.

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)